Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.automation.defaultChains--chains

This contribution is part of XML component org.nuxeo.ecm.platform.automation.defaultChains inside nuxeo-platform-webapp-core-9.10.jar /OSGI-INF/chains-contrib.xml

Extension Point

Extension point chains of component OperationServiceComponent.

Contributed Items

  • <chain id="addCurrentDocumentToWorklist">
          <operation id="Context.FetchDocument"/>
          <operation id="WebUI.AddToWorklist"/>
          <operation id="WebUI.AddMessage">
            <param name="severity" type="string">INFO</param>
            <param name="message" type="string">label.document.added.to.worklist</param>
          </operation>
        </chain>

XML Source

<extension point="chains" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">

    <chain id="addCurrentDocumentToWorklist">
      <operation id="Context.FetchDocument"/>
      <operation id="WebUI.AddToWorklist"/>
      <operation id="WebUI.AddMessage">
        <param name="severity" type="string">INFO</param>
        <param name="message" type="string">label.document.added.to.worklist</param>
      </operation>
    </chain>

  </extension>